Fix build issue with MySQL 8
authorJean Baptiste Favre <debian@jbfavre.org>
Sun, 22 Nov 2020 17:24:18 +0000 (17:24 +0000)
committerJean Baptiste Favre <debian@jbfavre.org>
Sun, 22 Nov 2020 17:24:18 +0000 (17:24 +0000)
commitf9f2935869ddd5f526bcb4e667ba175f6fe5b287
treeb81a9ab28f106aabfdf89c7ce7ecc83584e1a437
parent8fb098bcd624161c7211589e171a7e952c48a631
Fix build issue with MySQL 8

Origin: other, https://bugs.launchpad.net/ubuntu/+source/trafficserver/+bug/1795362
Forwarded: https://github.com/apache/trafficserver/pull/4360
Applied-Upstream: https://github.com/apache/trafficserver/commit/05b30527974416768515506f69da338652c23260
Reviewed-by: Jean Baptiste Favre <debian@jbfavre.org>
Last-Update: 2018-10-06

The my_bool type is no longer used in MySQL source code.
Any third-party code that used this type to represent C
boolean variables should use the bool or int C type instead.
Last-Update: 2018-10-06
Gbp-Pq: Name 0009-fix-mysql-8-build.patch
plugins/experimental/mysql_remap/mysql_remap.cc